Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use very simple version matching pattern for release tags #42

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

agrski
Copy link
Owner

@agrski agrski commented Jun 5, 2023

Why

Motivation

Currently the release workflow is not running at all when running commands like the below:

git tag v0.1.0 master
git push origin v0.1.0

Issues

Fixes #5

What

Changes

  • Use trivial pattern for matching tags

Testing

N/A

@agrski agrski self-assigned this Jun 5, 2023
@agrski agrski added the bug Something isn't working label Jun 5, 2023
agrski added 3 commits June 5, 2023 20:37
This is an experiment to see if this would match e.g. v0.1.0 correctly.
This context should be pre-release/build info to be compliant with SemVer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add binaries to Releases
1 participant